SetRecordingRequest

data class SetRecordingRequest(shouldRecord: Boolean, service: ServiceName)

Represents request frame that can be used with BackgroundService#setRecording operation call.

Set the recording state for the service.

See also

Constructors

SetRecordingRequest
Link copied to clipboard
fun SetRecordingRequest(shouldRecord: Boolean, service: ServiceName)

Properties

service
Link copied to clipboard
val service: ServiceName
shouldRecord
Link copied to clipboard
val shouldRecord: Boolean

Sources

jvm source
Link copied to clipboard